home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / advwall.dir / 00003_Script_3 < prev    next >
Text File  |  1994-11-28  |  459b  |  18 lines

  1. on enterFrame
  2.   global WallExitFrame
  3.   global WallExitMovie
  4.   
  5.   put  "verne" into WallExitFrame
  6.   put  "modle3b" into WallExitMovie
  7.   
  8.   -----------------------------------
  9.   -- set up the cursors for this wall
  10.   
  11.   global lcl,rcl,ucl,dcl,pnt
  12.   set the cursor of sprite 2 to pnt
  13.   set the cursor of sprite 3 to pnt
  14.   set the cursor of sprite 4 to pnt
  15.   set the cursor of sprite 5 to pnt
  16.   set the cursor of sprite 23 to pnt
  17.   
  18. end enterFrame